projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c4953
)
debian/rules: fix RUSTFLAGS quoting
author
Luca Bruno
<lucab@debian.org>
Sun, 21 Aug 2016 18:21:12 +0000
(18:21 +0000)
committer
Luca Bruno
<lucab@debian.org>
Sun, 21 Aug 2016 18:32:04 +0000
(18:32 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index f104769578dd84547e9afd576f925b65a4533bc6..841ce7c88b8ff0945a944a7a9441a8fda085a989 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-3,7
+3,7
@@
include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk
-RUSTFLAGS = -C link-args=
"$(LDFLAGS)"
+RUSTFLAGS = -C link-args=
$(LDFLAGS)
export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS RUSTFLAGS
rust_cpu = $(subst i586,i686,$(1))